Type PythonSlice<T>
Namespace LostTech.Gradient.BuiltIns
Parent ValueType
Repesents an ordered set of numbers (typically indexes)
with a fixed distance between them.
Properties
Public properties
T ExclusiveEnd get;
The last number (excluded from the set)
PythonSlice<T> Reverse get;
A slice from end to start (e.g. descending numbers)
T Start get;
The first number
T Step get;
Distance between numbers (may be negative)